func gotest.tools/v3/assert/cmp.handleCmpPanic

2 uses

	gotest.tools/v3/assert/cmp (current package)
		compare.go#L30: 			if panicmsg, handled := handleCmpPanic(recover()); handled {
		compare.go#L42: func handleCmpPanic(r interface{}) (string, bool) {